home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Alles Voor Internet / Tout Pour Internet
/
alles voor internet.iso
/
MacInternet™
/
Archive-tools
/
Macify Folder
/
Source
/
U
/
About_Dialog.h
< prev
next >
Wrap
Text File
|
1991-03-15
|
821b
|
33 lines
/* About_Dialog */
/* File name: About_Dialog */
/* Function: Handle a modal dialog */
/* History: 3/15/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Init the modal dialog */
void D_Init_About_Dialog(void);
/* Hook into the modal dialog filter routine */
Boolean D_Filter_About_Dialog(DialogPtr theDialog, EventRecord *theEvent, short *itemHit);
/* Refresh the modal dialog */
void D_Refresh_About_Dialog(DialogPtr theDialog);
/* Setup the modal dialog */
void D_Setup_About_Dialog(DialogPtr theDialog);
/* Hit in the modal dialog */
void D_Hit_About_Dialog(DialogPtr theDialog, short itemHit, Boolean *ExitDialog);
/* Exit the modal dialog */
void D_Exit_About_Dialog(DialogPtr theDialog);
/* ======================================================= */